home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 1
/
BUGCD1996_0708.ISO
/
pc
/
util
/
minilin
/
minilin.exe
/
ETC
/
CSH_LOGI.{_F
< prev
next >
Wrap
Text File
|
1995-01-12
|
762b
|
23 lines
if ($?prompt) then
umask 022
set cdpath = ( /usr/spool )
set notify
set history = 100
setenv OPENWINHOME /usr/openwin
setenv MANPATH /usr/local/man:/usr/man/preformat:/usr/man:/usr/X11/man:/usr/openwin/man
setenv MINICOM "-c on"
setenv HOSTNAME "`cat /etc/HOSTNAME`"
set path = ( $path /usr/X11/bin /usr/TeX/bin /usr/andrew/bin $OPENWINHOME/bin /usr/games . )
endif
# I had problems with the backspace key installed by 'tset', but you might want
# to try it anyway, instead to the 'setenv term.....' below it.
# eval `tset -sQ "$term"`
# setenv term console
if ! $?TERM setenv TERM console
set prompt = "%m:%~%# "
alias ls 'ls -F'
alias rz 'rz < /dev/modem > /dev/modem'
if ( { tty --silent } ) then >& /dev/null
echo "";fortune;echo ""
endif